How to learn programming for a medium scale project form a beginner? [closed]

Posted by Lin Xiangyu on Programmers See other posts from Programmers or by Lin Xiangyu
Published on 2012-12-10T18:59:13Z Indexed on 2012/12/10 23:17 UTC
Read the original article Hit count: 352

I study programming by myself.I have learn servel programming languages. but I never write a project more than 1000 lines.

I know the best way to improve programming skills is practise.

The problem is many books, just talk about the programming language, or talk about build a project from a high level. Fews of books will teach how to build a middle scale project.

For example, I want to build a simple HTTP Server(Nor like Apache or just a simple listenr to a port), a Markdown Parser, or a download tools just like emule or wget. I don't know what to do.

I may found peaces of code in the web, or found familiar project in the Github. I don't know how to read the code.

I want to some tutorial that can told me how to build the project step by step, teacher me how to write thousands lines of code.

Any suggest?

© Programmers or respective owner

Related posts about project-management

Related posts about programming-practices